Explorar o código

Removed obsolete platform options, see revision 7529

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7532 8c9fc860-2736-0410-a75d-ab315db34111
negelef %!s(int64=7) %!d(string=hai) anos
pai
achega
40a61d9a80
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      source/Oberon.Compilation.Test
  2. 1 1
      source/Oberon.Execution.Test

+ 1 - 1
source/Oberon.Compilation.Test

@@ -1,5 +1,5 @@
 # Oberon language test and validation suite
-# options --command="Compiler.Compile -p=Win32G TesterInput.txt"  --result="Oberon.Compilation.Test.Diff"
+# options --command="Compiler.Compile TesterInput.txt" --result="Oberon.Compilation.Test.Diff"
 
 # Syntax tests
 # =====================================

+ 1 - 1
source/Oberon.Execution.Test

@@ -1,5 +1,5 @@
 # Oberon language test and validation suite
-# options 	--mayTrap --prolog="Compiler.Compile -p=Win32G TesterInput.txt" --command="SystemTools.Free Test Dummy B A;SystemTools.Load Test" --logFile="FoxExecutionTest.Log" --result="Oberon.Execution.Test.Diff"
+# options --mayTrap --prolog="Compiler.Compile TesterInput.txt" --command="SystemTools.Free Test Dummy B A;SystemTools.Load Test" --logFile="FoxExecutionTest.Log" --result="Oberon.Execution.Test.Diff"
 
 # test halt and assert statements and simple procedure call (basics for the test suite)