From 030c55ebb2684082adf61a239b49577df728194f Mon Sep 17 00:00:00 2001 From: Zalim Bashorov Date: Wed, 3 Feb 2016 17:35:14 +0300 Subject: [PATCH] Minor: fix testdata --- .../cli/jvm/nonexistentPathInModule.out | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/compiler/testData/cli/jvm/nonexistentPathInModule.out b/compiler/testData/cli/jvm/nonexistentPathInModule.out index 56f17b9ff22..1bb449f0e60 100644 --- a/compiler/testData/cli/jvm/nonexistentPathInModule.out +++ b/compiler/testData/cli/jvm/nonexistentPathInModule.out @@ -1,3 +1,25 @@ +WARN: Source file or directory not found: $TESTDATA_DIR$/nonexistentFile.kt + +module file path: compiler/testData/cli/jvm/nonexistentPathInModule.xml +content: + + + + + + + +WARN: Source file or directory not found: $TESTDATA_DIR$/some/nonexistent/dir + +module file path: compiler/testData/cli/jvm/nonexistentPathInModule.xml +content: + + + + + + + error: source file or directory not found: $TESTDATA_DIR$/nonexistentFile.kt error: source file or directory not found: $TESTDATA_DIR$/some/nonexistent/dir COMPILATION_ERROR