diff options
Diffstat (limited to 'inttest/code_path_no_recurse/src/codepath.app.src')
-rw-r--r-- | inttest/code_path_no_recurse/src/codepath.app.src | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/inttest/code_path_no_recurse/src/codepath.app.src b/inttest/code_path_no_recurse/src/codepath.app.src deleted file mode 100644 index 3aa200f..0000000 --- a/inttest/code_path_no_recurse/src/codepath.app.src +++ /dev/null @@ -1,12 +0,0 @@ -{application, codepath, - [ - {description, ""}, - {vsn, "1"}, - {registered, []}, - {applications, [ - kernel, - stdlib - ]}, - {mod, {codepath, []}}, - {env, []} - ]}. |