]> AND Public Git Repository - simgrid.git/blobdiff - src/cunit_unit.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not declare variable in the middle of nowhere!
[simgrid.git] / src / cunit_unit.c
index b4f05cf69604259428c2c6f51d7a18f13799b325..6b1fcf51d62edb7388d9fd88dabf21b90ac23339 100644 (file)
@@ -8,17 +8,18 @@
 /* GENERATED FILE, DO NOT EDIT */
 /*******************************/
 
-# 731 "xbt/cunit.c" 
+# 824 "/home/navarrop/Developments/simgrid/src/xbt/cunit.c" 
 
 
-XBT_TEST_UNIT("expect",test_expected_failure,"expected failures") {
-    xbt_test_add0("Skipped test");
-    xbt_test_skip(); 
+XBT_TEST_UNIT("expect", test_expected_failure, "expected failures")
+{
+  xbt_test_add0("Skipped test");
+  xbt_test_skip();
 
-    xbt_test_add2("%s %s","EXPECTED","FAILURE");
-    xbt_test_expect_failure();
-    xbt_test_log2("%s %s","Test","log");
-    xbt_test_fail0("EXPECTED FAILURE");
+  xbt_test_add2("%s %s", "EXPECTED", "FAILURE");
+  xbt_test_expect_failure();
+  xbt_test_log2("%s %s", "Test", "log");
+  xbt_test_fail0("EXPECTED FAILURE");
 }
 
 /*******************************/