]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.profiler.sampling: win32
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 24 Aug 2023 03:49:59 +0000 (20:49 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 24 Aug 2023 03:49:59 +0000 (20:49 -0700)
basis/tools/profiler/sampling/sampling-tests.factor

index a39f2615aad771fd96331fdc73f814227f378cfd..562ae07eba1be07a5e32629ed8d28d80a0066889 100644 (file)
@@ -12,8 +12,7 @@ IN: tools.profiler.sampling.tests
 
 ! Make sure the profiler doesn't blow up the VM
 os windows? cpu x86.32? and [
-    { } [ 10 [ [ ] profile ] times ] unit-test
-] unless
+{ } [ 10 [ [ ] profile ] times ] unit-test
 TUPLE: boom ;
 [ 10 [ [ boom new throw ] profile ] times ] [ boom? ] must-fail-with
 
@@ -61,3 +60,4 @@ gc
     ! sometimes generated for some unknown reason.
     gc [ ] profile get-samples length 1 <=
 ] unit-test
+] unless