Skip to content
Snippets Groups Projects
Commit 784302a9 authored by Christoph Cullmann's avatar Christoph Cullmann 🍨
Browse files

empty R test skeleton

parent f09fa261
No related branches found
No related tags found
No related merge requests found
......@@ -191,3 +191,13 @@ void IndentTest::testReplicode()
{
runTest(ExpectedFailures());
}
void IndentTest::testR_data()
{
getTestData("R");
}
void IndentTest::testR()
{
runTest(ExpectedFailures());
}
......@@ -63,6 +63,9 @@ private Q_SLOTS:
void testReplicode_data();
void testReplicode();
void testR_data();
void testR();
};
#endif // INDENTTEST_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment