Skip to content

Commit

Permalink
Slightly simplify test.
Browse files Browse the repository at this point in the history
  • Loading branch information
adetaylor committed Jun 27, 2023
1 parent 170e419 commit 3c5d3c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions integration-tests/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12244,14 +12244,11 @@ fn test_ignore_va_list() {
#[test]
fn test_reference_const_char_cast() {
let hdr = indoc! {"
#include <cstddef>
class Bytes {
public:
typedef const char& reference;
private:
const char *d_ptr;
std::size_t d_length;
public:
reference front() const { return d_ptr[0]; }
};
Expand Down

0 comments on commit 3c5d3c7

Please sign in to comment.