Index: tools/gn/format_test_data/002.golden |
diff --git a/tools/gn/format_test_data/002.golden b/tools/gn/format_test_data/002.golden |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cd8f38810c48b6eed81e759f7d9bb211925cb325 |
--- /dev/null |
+++ b/tools/gn/format_test_data/002.golden |
@@ -0,0 +1,6 @@ |
+executable("test") { |
+ sources = [ |
+ "stuff.cc", |
+ "things.cc", |
+ ] |
+} |