diff options
author | Mark Rekveld <mark.rekveld@sonarsource.com> | 2020-09-29 10:47:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 10:47:08 +0200 |
commit | c347e99a8b96cee0a14ed16e1cbd2e2fc65903b0 (patch) | |
tree | b1ba40a1b5d2be83f95f0aca125c53ed431403fa /it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.xoo | |
parent | d9376179e8d3fe1534f0c0d3ef3f04db78d4d85e (diff) | |
download | sonar-scanner-cli-c347e99a8b96cee0a14ed16e1cbd2e2fc65903b0.tar.gz sonar-scanner-cli-c347e99a8b96cee0a14ed16e1cbd2e2fc65903b0.zip |
SQSCANNER-44 - Move to Xoo for testing (#92)
Diffstat (limited to 'it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.xoo')
-rw-r--r-- | it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.xoo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.xoo b/it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.xoo new file mode 100644 index 0000000..fd35455 --- /dev/null +++ b/it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.xoo @@ -0,0 +1,2 @@ +function hello() { +} |