Skip to content

Commit

Permalink
Fix require('FS') to require('fs')
Browse files Browse the repository at this point in the history
  • Loading branch information
hnakamur committed Aug 15, 2012
1 parent b1842d2 commit 691748d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-fs-stat.lua
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
require("helper")
local FS = require('FS')
local FS = require('fs')
local JSON = require('json')
local got_error = false
Expand Down

0 comments on commit 691748d

Please sign in to comment.