Skip to content

Commit

Permalink
Remove intentional assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Zhao committed Jul 4, 2023
1 parent 0aa6d80 commit 878af30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
12 changes: 9 additions & 3 deletions fuzz_testing/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Input file format
Unit_Test_Name: Variable_Name: Value
Global_Variable_Name: Value
# Fuzz Testing

## Context

## How to do fuzz testing on Github

## How to do fuzz testing locally

## Additional Notes
1 change: 0 additions & 1 deletion fuzz_testing/test/acl_auto_configure_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ TEST(auto_configure, simple) {
// can_skip_programming, implement_in_csr, reset_on_reuse
#define DEV_GLOBAL_1 " kernel15_dev_global 0x1000 2048 3 0 0 0"
#define DEV_GLOBAL_2 " kernel15_dev_global2 0x800 1024 1 0 1 0"
assert(0);
int parsed;
char *err_str_c;
{
Expand Down

0 comments on commit 878af30

Please sign in to comment.