Diff of /landingpage/index.html [r260] .. [r261]  Maximize  Restore

Switch to side-by-side view

--- a/landingpage/index.html
+++ b/landingpage/index.html
@@ -179,7 +179,6 @@
 		  <ul class="col-md-12 text-center">
 		  <strong>A detailed step by step tutorial for the Simple CfUnit example project can be found <a href="https://forge.codesys.com/prj/cfunit/home/Home/">here</a></strong>
 		  <br>Extend your test with <code>CfUnit.FB_TestSuite</code>
-		  <br>Add the attribute-pragma <code>{attribute ‘call_after_init’}</code>
 		  <br>Define the inputs and define the expected output (result)
 		  <br>Call the CfUnit-assert methods to compare the expected output to the actual output
 		  <br>Close the test with <code>TEST_FINISHED()</code> when finished