summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-02-01 14:57:52 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2014-02-01 14:57:52 +0000
commitf9c2ec8d9238afaff285b2ba286f8c5534b05eec (patch)
treec21a70c77e95c7e68a146d96a66e5e686d7465fe /tests
parente01fb17d023b046b3403a4413a637d24a9dc492f (diff)
downloadNim-f9c2ec8d9238afaff285b2ba286f8c5534b05eec.tar.gz
Fixes wrong slurp path in tester.
Diffstat (limited to 'tests')
-rw-r--r--tests/tester.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tester.nim b/tests/tester.nim
index 0e125b1bb..9f9da6bfe 100644
--- a/tests/tester.nim
+++ b/tests/tester.nim
@@ -193,8 +193,8 @@ const
     <head> 
       <title>Test results</title>
       <style type="text/css">
-      <!--""" & slurp("css/boilerplate.css") & "\n" &
-                slurp("css/style.css") &
+      <!--""" & slurp("testament/css/boilerplate.css") & "\n" &
+                slurp("testament/css/style.css") &
       """-->
     </style>