Navigation Menu

Skip to content

Commit

Permalink
Correct module names in buffered tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Huning committed Apr 17, 2012
1 parent b66ce0b commit e2e46e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/bitturret/src/buffer_active.erl
@@ -1,4 +1,4 @@
-module (with_buffer).
-module (buffer_active).
-compile (export_all).

-define (MAX_BUFLEN, 100).
Expand Down
2 changes: 1 addition & 1 deletion apps/bitturret/src/buffer_once.erl
@@ -1,4 +1,4 @@
-module (with_buffer).
-module (buffer_once).
-compile (export_all).

-define (MAX_BUFLEN, 100).
Expand Down
2 changes: 1 addition & 1 deletion apps/bitturret/src/buffer_passive.erl
@@ -1,4 +1,4 @@
-module (with_buffer).
-module (buffer_passive).
-compile (export_all).

-define (MAX_BUFLEN, 100).
Expand Down

0 comments on commit e2e46e2

Please sign in to comment.