Skip to content

Commit

Permalink
generateRightShiftResults generated misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rvelthuis committed Oct 9, 2018
1 parent 7000d30 commit 3cd29e6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ static void generateRightShiftResults(BufferedWriter tw) throws IOException
}
}

writeShiftResults(tw, "RightShiftResults", results, count, shiftCount, "shl");
writeShiftResults(tw, "RightShiftResults", results, count, shiftCount, "shr");
}

static String toExactString(final double d)
Expand Down
2 changes: 1 addition & 1 deletion Tests/BigIntegers/BigIntegerArithmeticResults.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// //
// File: BigIntegerArithmeticResults.inc //
// //
// Test data for Velthuis.BigIntegers.pas, generated 09 Okt, 2018, 23:36:33 //
// Test data for Velthuis.BigIntegers.pas, generated 10 Okt, 2018, 01:32:30 //
// //
// Do not modify the generated data in this file. Modify the data in the generator source file. //
// The source file for the generator is BigIntegerTestDataGenerator.java, in the Test subdirectory. //
Expand Down
2 changes: 1 addition & 1 deletion Tests/BigIntegers/BigIntegerBitwiseResults.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// //
// File: BigIntegerBitwiseResults.inc //
// //
// Test data for Velthuis.BigIntegers.pas, generated 09 Okt, 2018, 23:36:34 //
// Test data for Velthuis.BigIntegers.pas, generated 10 Okt, 2018, 01:32:31 //
// //
// Do not modify the generated data in this file. Modify the data in the generator source file. //
// The source file for the generator is BigIntegerTestDataGenerator.java, in the Test subdirectory. //
Expand Down
2 changes: 1 addition & 1 deletion Tests/BigIntegers/BigIntegerConvertResults.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// //
// File: BigIntegerConvertResults.inc //
// //
// Test data for Velthuis.BigIntegers.pas, generated 09 Okt, 2018, 23:36:38 //
// Test data for Velthuis.BigIntegers.pas, generated 10 Okt, 2018, 01:32:33 //
// //
// Do not modify the generated data in this file. Modify the data in the generator source file. //
// The source file for the generator is BigIntegerTestDataGenerator.java, in the Test subdirectory. //
Expand Down
2 changes: 1 addition & 1 deletion Tests/BigIntegers/BigIntegerMathResults.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// //
// File: BigIntegerMathResults.inc //
// //
// Test data for Velthuis.BigIntegers.pas, generated 09 Okt, 2018, 23:36:35 //
// Test data for Velthuis.BigIntegers.pas, generated 10 Okt, 2018, 01:32:32 //
// //
// Do not modify the generated data in this file. Modify the data in the generator source file. //
// The source file for the generator is BigIntegerTestDataGenerator.java, in the Test subdirectory. //
Expand Down
2 changes: 1 addition & 1 deletion Tests/BigIntegers/BigIntegerTestResults.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// //
// File: BigIntegerTestResults.inc //
// //
// Test data for Velthuis.BigIntegers.pas, generated 09 Okt, 2018, 23:36:33 //
// Test data for Velthuis.BigIntegers.pas, generated 10 Okt, 2018, 01:32:30 //
// //
// Do not modify the generated data in this file. Modify the data in the generator source file. //
// The source file for the generator is BigIntegerTestDataGenerator.java, in the Test subdirectory. //
Expand Down

0 comments on commit 3cd29e6

Please sign in to comment.