Browse Source

Rename gproc_eqc_tests.erl

Joseph Wayne Norton 14 years ago
parent
commit
cd7f275e11
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test/eqc/gproc_eqc_tests.erl

+ 2 - 2
src/Unit-Quick-Files/gproc_eqc.erl → test/eqc/gproc_eqc_tests.erl

@@ -1,11 +1,11 @@
-%%% File        : gproc_eqc.erl
+%%% File        : gproc_eqc_tests.erl
 %%% Author      : <norton@alum.mit.edu>
 %%%             : <Ulf.Wiger@erlang-consulting.com>
 %%%             : <John.Hughes@quviq.com>
 %%% Description : QuickCheck test model for gproc
 %%% Created     : 11 Dec 2008 by  <John Hughes@JTABLET2007>
 
--module(gproc_eqc).
+-module(gproc_eqc_tests).
 
 -ifdef(EQC).