git.fiddlerwoaroof.com
Browse code

fix potential name problem travis-only

Greg Wiley authored on 08/05/2017 23:03:01
Showing 1 changed files
... ...
@@ -50,7 +50,7 @@ int initializes_random ()
50 50
     sys_time time (test_time);
51 51
 
52 52
     // when
53
-    system system (stdlib, time);
53
+    system sys (stdlib, time);
54 54
 
55 55
     // then
56 56
     check (test_stdlib->captured_seed == seed, "seed not cpatured");