Skip to content

Commit 8d46ec4

Browse files
committed
Actually enable scale-tests
1 parent 95ddef5 commit 8d46ec4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

validation-test/compiler_scale/callee_analysis_invalidation.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %scale-test -O --threshold 0.2 --begin 20 --end 25 --step 1 --select computeMethodCallees %s
2-
// REQUIRES: OS=macosx, tools-release, assertions
2+
// REQUIRES: OS=macosx
33

44
class C0<T:Integer> {
55
func foo() {

validation-test/compiler_scale/scale_neighbouring_getset.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %scale-test --sum-multi --typecheck --begin 5 --end 16 --step 5 --select typeCheckAbstractFunctionBody %s
2-
// REQUIRES: OS=macosx, tools-release, assertions
2+
// REQUIRES: OS=macosx
33

44
struct Struct${N} {
55
% if int(N) > 1:

0 commit comments

Comments
 (0)