[Syntax] Don't pretty-print -emit-syntax JSON output (#15380)

This commit is contained in:
Harlan
2018-03-27 10:55:59 -04:00
committed by GitHub
parent bdfa6cd4d7
commit 527cce409a
4 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
// RUN: %swift-syntax-test -input-source-filename %s -serialize-raw-tree > %t.emit
// RUN: %target-swift-frontend -emit-syntax %s > %t.emit
// RUN: %sourcekitd-test -req=syntax-tree %s > %t.sourcekit
// RUN: diff %t.emit %t.sourcekit