From a094046a4ae0d81a58606559382281544e2f3356 Mon Sep 17 00:00:00 2001 From: Alex Burton Date: Fri, 12 May 2023 15:02:14 +1000 Subject: Uncesseray revision stuff. --- test/D/di/sconstest-dmd.py | 2 -- test/D/di/sconstest-gdc.py | 2 -- test/D/di/sconstest-ldc.py | 2 -- 3 files changed, 6 deletions(-) diff --git a/test/D/di/sconstest-dmd.py b/test/D/di/sconstest-dmd.py index 1798cb1..84833d7 100644 --- a/test/D/di/sconstest-dmd.py +++ b/test/D/di/sconstest-dmd.py @@ -25,8 +25,6 @@ Test dmd use of .di files """ -__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" - from Common.common import testForTool testForTool('dmd') diff --git a/test/D/di/sconstest-gdc.py b/test/D/di/sconstest-gdc.py index 1db1d3b..611f53f 100644 --- a/test/D/di/sconstest-gdc.py +++ b/test/D/di/sconstest-gdc.py @@ -25,8 +25,6 @@ Test gdc use of .di files """ -__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" - from Common.common import testForTool testForTool('gdc') diff --git a/test/D/di/sconstest-ldc.py b/test/D/di/sconstest-ldc.py index 07fd089..06f8941 100644 --- a/test/D/di/sconstest-ldc.py +++ b/test/D/di/sconstest-ldc.py @@ -25,8 +25,6 @@ Test ldc use of .di files """ -__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" - from Common.common import testForTool testForTool('ldc') -- cgit v0.12