[llvm-commits] [test-suite] r58189 - /test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/employ/input.txt

Dan Gohman gohman at apple.com
Sun Oct 26 10:24:33 PDT 2008


Author: djg
Date: Sun Oct 26 12:24:33 2008
New Revision: 58189

URL: http://llvm.org/viewvc/llvm-project?rev=58189&view=rev
Log:
Fix employ's input file so that it doesn't contain invalid data,
so that the test doesn't abort. And add a few more entries,
actually covering all the employee types, to make it a little
more interesting.

Modified:
    test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/employ/input.txt

Modified: test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/employ/input.txt
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Prolangs-C%2B%2B/employ/input.txt?rev=58189&r1=58188&r2=58189&view=diff

==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/employ/input.txt (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/employ/input.txt Sun Oct 26 12:24:33 2008
@@ -1,4 +1,12 @@
 1 bob jones 123.00
 2 john doe 1232.2  10.21
-0 jane green 1231.123
-
+7 jane green 1231.123
+6 Cleveland Carroll 16861.21560
+4 Rosalie Dickerson 4141.2671
+2 Consuelo Vaughan 6190.16185 25.14
+4 Jaclyn Johns 25271.6132
+1 Devon Winters 27146.1647
+6 Kyle Gallagher 16127.206
+7 Nelda Barber 29756.622
+2 Mai Herrera 30762.20377 52.28
+4 Foster Odom 29679.902





More information about the llvm-commits mailing list