Migrate FileCheck to %FileCheck in tests

This commit is contained in:
Dmitri Gribenko
2016-08-10 11:56:34 -07:00
parent dcadab0abf
commit d175b3b66d
1687 changed files with 4728 additions and 4728 deletions

View File

@@ -1,4 +1,4 @@
// RUN: %target-swift-frontend -emit-silgen %s | FileCheck %s
// RUN: %target-swift-frontend -emit-silgen %s | %FileCheck %s
// Check that string literals that are unicode scalar literals
// are emitted as string_literal instead of integers.