Skip to content

Commit

Permalink
Fixing typo in RK2 test (refs #1929)
Browse files Browse the repository at this point in the history
r19392
  • Loading branch information
andrsd authored and permcody committed Feb 14, 2014
1 parent 9ad83e8 commit 54a2172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions framework/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ include moose.mk
###############################################################################
# Additional special case targets should be added here


4 changes: 2 additions & 2 deletions test/tests/executioners/time_integration/tests
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
# RK-2
[./rk2-2d-quadratic]
type = 'Exodiff'
input = 'rk-2d-quadratic.i'
exodiff = 'rk-2d-quadratic_out.e'
input = 'rk2-2d-quadratic.i'
exodiff = 'rk2-2d-quadratic_out.e'
[../]
[]

0 comments on commit 54a2172

Please sign in to comment.