[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Integer/test4.reference_output test4.c
Reid Spencer
reid at x10sys.com
Sat Apr 21 10:52:12 PDT 2007
Changes in directory llvm-test/SingleSource/UnitTests/Integer:
test4.reference_output added (r1.1)
test4.c updated: 1.1 -> 1.2
---
Log message:
Add reference output for test case.
---
Diffs of the changes: (+3 -3)
test4.c | 3 ---
test4.reference_output | 3 +++
2 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm-test/SingleSource/UnitTests/Integer/test4.reference_output
diff -c /dev/null llvm-test/SingleSource/UnitTests/Integer/test4.reference_output:1.1
*** /dev/null Sat Apr 21 12:52:04 2007
--- llvm-test/SingleSource/UnitTests/Integer/test4.reference_output Sat Apr 21 12:51:54 2007
***************
*** 0 ****
--- 1,3 ----
+ 1111111111111111111111111111111111111111111111111111111111111111
+ 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+ exit 0
Index: llvm-test/SingleSource/UnitTests/Integer/test4.c
diff -u llvm-test/SingleSource/UnitTests/Integer/test4.c:1.1 llvm-test/SingleSource/UnitTests/Integer/test4.c:1.2
--- llvm-test/SingleSource/UnitTests/Integer/test4.c:1.1 Sat Apr 21 12:47:59 2007
+++ llvm-test/SingleSource/UnitTests/Integer/test4.c Sat Apr 21 12:51:54 2007
@@ -14,13 +14,10 @@
printBits(t4);
printf("\n");
-
-
n = -1;
t3 = bit_concat(n, (uint60)-1);
printBits(t3);
printf("\n");
-
return 0;
}
More information about the llvm-commits
mailing list