We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccdc4ca commit b9e1132Copy full SHA for b9e1132
test/1_stdlib/FloatingPoint.swift.gyb
@@ -1,5 +1,5 @@
1
// RUN: rm -rf %t && mkdir -p %t && %gyb %s -o %t/FloatingPoint.swift
2
-// RUN: %line-directive %t/FloatingPoint.swift -- %target-build-swift -parse-stdlib -Xfrontend -disable-access-control %t/FloatingPoint.swift -o %t/a.out
+// RUN: %line-directive %t/FloatingPoint.swift -- %target-build-swift -parse-stdlib %t/FloatingPoint.swift -o %t/a.out
3
// RUN: %line-directive %t/FloatingPoint.swift -- %target-run %t/a.out
4
// REQUIRES: executable_test
5
0 commit comments