Skip to content

Commit 3cd29e6

Browse files
committedOct 9, 2018
generateRightShiftResults generated misleading comment
1 parent 7000d30 commit 3cd29e6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
 

‎DataGenerators/BigIntegers/Java/BigIntegerTestDataGenerator/src/bigintegertestdatagenerator/BigIntegerTestDataGenerator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ static void generateRightShiftResults(BufferedWriter tw) throws IOException
939939
}
940940
}
941941

942-
writeShiftResults(tw, "RightShiftResults", results, count, shiftCount, "shl");
942+
writeShiftResults(tw, "RightShiftResults", results, count, shiftCount, "shr");
943943
}
944944

945945
static String toExactString(final double d)

‎Tests/BigIntegers/BigIntegerArithmeticResults.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// //
22
// File: BigIntegerArithmeticResults.inc //
33
// //
4-
// Test data for Velthuis.BigIntegers.pas, generated 09 Okt, 2018, 23:36:33 //
4+
// Test data for Velthuis.BigIntegers.pas, generated 10 Okt, 2018, 01:32:30 //
55
// //
66
// Do not modify the generated data in this file. Modify the data in the generator source file. //
77
// The source file for the generator is BigIntegerTestDataGenerator.java, in the Test subdirectory. //

‎Tests/BigIntegers/BigIntegerBitwiseResults.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// //
22
// File: BigIntegerBitwiseResults.inc //
33
// //
4-
// Test data for Velthuis.BigIntegers.pas, generated 09 Okt, 2018, 23:36:34 //
4+
// Test data for Velthuis.BigIntegers.pas, generated 10 Okt, 2018, 01:32:31 //
55
// //
66
// Do not modify the generated data in this file. Modify the data in the generator source file. //
77
// The source file for the generator is BigIntegerTestDataGenerator.java, in the Test subdirectory. //

‎Tests/BigIntegers/BigIntegerConvertResults.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// //
22
// File: BigIntegerConvertResults.inc //
33
// //
4-
// Test data for Velthuis.BigIntegers.pas, generated 09 Okt, 2018, 23:36:38 //
4+
// Test data for Velthuis.BigIntegers.pas, generated 10 Okt, 2018, 01:32:33 //
55
// //
66
// Do not modify the generated data in this file. Modify the data in the generator source file. //
77
// The source file for the generator is BigIntegerTestDataGenerator.java, in the Test subdirectory. //

‎Tests/BigIntegers/BigIntegerMathResults.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// //
22
// File: BigIntegerMathResults.inc //
33
// //
4-
// Test data for Velthuis.BigIntegers.pas, generated 09 Okt, 2018, 23:36:35 //
4+
// Test data for Velthuis.BigIntegers.pas, generated 10 Okt, 2018, 01:32:32 //
55
// //
66
// Do not modify the generated data in this file. Modify the data in the generator source file. //
77
// The source file for the generator is BigIntegerTestDataGenerator.java, in the Test subdirectory. //

‎Tests/BigIntegers/BigIntegerTestResults.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// //
22
// File: BigIntegerTestResults.inc //
33
// //
4-
// Test data for Velthuis.BigIntegers.pas, generated 09 Okt, 2018, 23:36:33 //
4+
// Test data for Velthuis.BigIntegers.pas, generated 10 Okt, 2018, 01:32:30 //
55
// //
66
// Do not modify the generated data in this file. Modify the data in the generator source file. //
77
// The source file for the generator is BigIntegerTestDataGenerator.java, in the Test subdirectory. //

0 commit comments

Comments
 (0)