diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-05-14 08:15:36 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-05-14 08:15:36 -0400 |
commit | 22b407de7cf9ee5cc5947369372d9ca8373134a6 (patch) | |
tree | 0471a3f9c6149b8d3c0451bce03a494dbc938a98 /tests/aux | |
parent | fdc4582e7fbfaecebaa2d27660a0184d9949b232 (diff) |
Testing custom paths
Diffstat (limited to 'tests/aux')
-rw-r--r-- | tests/aux/aux.ur | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/aux/aux.ur b/tests/aux/aux.ur new file mode 100644 index 00000000..41edf353 --- /dev/null +++ b/tests/aux/aux.ur @@ -0,0 +1 @@ +val hello = "Hello!" |